Auto merge of #2433 - alexcrichton:fix-lines-match, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 3 Mar 2016 18:20:20 +0000 (18:20 +0000)
committerbors <bors@rust-lang.org>
Thu, 3 Mar 2016 18:20:20 +0000 (18:20 +0000)
commitb6ba7e106319557be73c59b56fa62e2e91e1c281
treefbc30e7c5dee8c5a2afc11c6a8db8ecc63f27f3e
parentbb0f4ae946d4d22d9821369355226a8893a97ae2
parent1a1d8f8c19b9b3cb64bdabb376105839537a1dc8
Auto merge of #2433 - alexcrichton:fix-lines-match, r=alexcrichton

Right now we only match a suffix of the line, assuming all lines start with
`[..]`. Instead this ensures that the first match is anchored at the start.